home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / wa200.lzh / WHATARC.CTL next >
Text File  |  1990-10-29  |  1KB  |  36 lines

  1.  
  2. ; WhatArc v2.00 configuration file
  3. ; ================================
  4. ;
  5. ; General Info
  6. ; ------------
  7.  
  8. LOG     d:\qbbs\system.log      ; Log file - can't use TB logfile
  9. SCREEN  128                     ; Save screen if more than 128 RAM is left
  10.  
  11. ; Archivers
  12. ; ---------
  13. ; The masks can contain the following placeholders:
  14. ;
  15. ;       %1 - archive path  %2 - archive name
  16. ;       %3 - packet path   %4 - packet name
  17. ;
  18. ; The paths _do_not_ have a trailing backslash. The command lines are
  19. ; _not_ uppercased by WhatArc.
  20.  
  21. ARC_X d:\tb\arc\arc.ttp XO %1\%2 %3\%4         ; ARC extract mask
  22. ZIP_X d:\tb\arc\unzip.ttp xo %1\%2 %3\%4       ; ZIP extract mask
  23. LZH_X d:\tb\arc\lharc.ttp xuo %1\%2 %3\%4      ; LZH extract mask
  24.  
  25. ARC_A d:\tb\arc\arc.ttp M %1\%2 %3\%4          ; ARC create mask
  26. ZIP_A d:\tb\arc\zip.ttp m %1\%2 %3\%4          ; ZIP create mask
  27. LZH_A d:\tb\arc\lharc.ttp mu %1\%2 %3\%4       ; LZH create mask
  28.  
  29. ; Who gets what?
  30. ; --------------
  31.  
  32. DEFAULT ARCmail                     ; Everyone gets ARCmail
  33. SEND    2:282/301 LZHmail           ;   except 2:282/301 who gets LZHmail
  34. SEND    2:282/350 ZIPmail           ;   and    2:282/350 who gets ZIPmail
  35.  
  36.